3.1.60 \(\int \frac {c+d x}{(a+b (F^{g (e+f x)})^n)^3} \, dx\) [60]

Optimal. Leaf size=276 \[ \frac {(c+d x)^2}{2 a^3 d}-\frac {d}{2 a^2 f^2 \left (a+b \left (F^{g (e+f x)}\right )^n\right ) g^2 n^2 \log ^2(F)}-\frac {3 d x}{2 a^3 f g n \log (F)}+\frac {c+d x}{2 a f \left (a+b \left (F^{g (e+f x)}\right )^n\right )^2 g n \log (F)}+\frac {c+d x}{a^2 f \left (a+b \left (F^{g (e+f x)}\right )^n\right ) g n \log (F)}+\frac {3 d \log \left (a+b \left (F^{g (e+f x)}\right )^n\right )}{2 a^3 f^2 g^2 n^2 \log ^2(F)}-\frac {(c+d x) \log \left (1+\frac {b \left (F^{g (e+f x)}\right )^n}{a}\right )}{a^3 f g n \log (F)}-\frac {d \text {Li}_2\left (-\frac {b \left (F^{g (e+f x)}\right )^n}{a}\right )}{a^3 f^2 g^2 n^2 \log ^2(F)} \]

[Out]

1/2*(d*x+c)^2/a^3/d-1/2*d/a^2/f^2/(a+b*(F^(g*(f*x+e)))^n)/g^2/n^2/ln(F)^2-3/2*d*x/a^3/f/g/n/ln(F)+1/2*(d*x+c)/
a/f/(a+b*(F^(g*(f*x+e)))^n)^2/g/n/ln(F)+(d*x+c)/a^2/f/(a+b*(F^(g*(f*x+e)))^n)/g/n/ln(F)+3/2*d*ln(a+b*(F^(g*(f*
x+e)))^n)/a^3/f^2/g^2/n^2/ln(F)^2-(d*x+c)*ln(1+b*(F^(g*(f*x+e)))^n/a)/a^3/f/g/n/ln(F)-d*polylog(2,-b*(F^(g*(f*
x+e)))^n/a)/a^3/f^2/g^2/n^2/ln(F)^2

________________________________________________________________________________________

Rubi [A]
time = 0.41, antiderivative size = 276, normalized size of antiderivative = 1.00, number of steps used = 17, number of rules used = 12, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.522, Rules used = {2216, 2215, 2221, 2317, 2438, 2222, 2320, 272, 36, 29, 31, 46} \begin {gather*} -\frac {d \text {PolyLog}\left (2,-\frac {b \left (F^{g (e+f x)}\right )^n}{a}\right )}{a^3 f^2 g^2 n^2 \log ^2(F)}-\frac {(c+d x) \log \left (\frac {b \left (F^{g (e+f x)}\right )^n}{a}+1\right )}{a^3 f g n \log (F)}+\frac {3 d \log \left (a+b \left (F^{g (e+f x)}\right )^n\right )}{2 a^3 f^2 g^2 n^2 \log ^2(F)}+\frac {(c+d x)^2}{2 a^3 d}-\frac {3 d x}{2 a^3 f g n \log (F)}+\frac {c+d x}{a^2 f g n \log (F) \left (a+b \left (F^{g (e+f x)}\right )^n\right )}-\frac {d}{2 a^2 f^2 g^2 n^2 \log ^2(F) \left (a+b \left (F^{g (e+f x)}\right )^n\right )}+\frac {c+d x}{2 a f g n \log (F) \left (a+b \left (F^{g (e+f x)}\right )^n\right )^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c + d*x)/(a + b*(F^(g*(e + f*x)))^n)^3,x]

[Out]

(c + d*x)^2/(2*a^3*d) - d/(2*a^2*f^2*(a + b*(F^(g*(e + f*x)))^n)*g^2*n^2*Log[F]^2) - (3*d*x)/(2*a^3*f*g*n*Log[
F]) + (c + d*x)/(2*a*f*(a + b*(F^(g*(e + f*x)))^n)^2*g*n*Log[F]) + (c + d*x)/(a^2*f*(a + b*(F^(g*(e + f*x)))^n
)*g*n*Log[F]) + (3*d*Log[a + b*(F^(g*(e + f*x)))^n])/(2*a^3*f^2*g^2*n^2*Log[F]^2) - ((c + d*x)*Log[1 + (b*(F^(
g*(e + f*x)))^n)/a])/(a^3*f*g*n*Log[F]) - (d*PolyLog[2, -((b*(F^(g*(e + f*x)))^n)/a)])/(a^3*f^2*g^2*n^2*Log[F]
^2)

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 36

Int[1/(((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))), x_Symbol] :> Dist[b/(b*c - a*d), Int[1/(a + b*x), x], x] -
Dist[d/(b*c - a*d), Int[1/(c + d*x), x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0]

Rule 46

Int[((a_) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d*x
)^n, x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0] && ILtQ[m, 0] && IntegerQ[n] &&  !(IGtQ[n, 0] && Lt
Q[m + n + 2, 0])

Rule 272

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rule 2215

Int[((c_.) + (d_.)*(x_))^(m_.)/((a_) + (b_.)*((F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)), x_Symbol] :> Simp[(c
+ d*x)^(m + 1)/(a*d*(m + 1)), x] - Dist[b/a, Int[(c + d*x)^m*((F^(g*(e + f*x)))^n/(a + b*(F^(g*(e + f*x)))^n))
, x], x] /; FreeQ[{F, a, b, c, d, e, f, g, n}, x] && IGtQ[m, 0]

Rule 2216

Int[((a_) + (b_.)*((F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.))^(p_)*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Dis
t[1/a, Int[(c + d*x)^m*(a + b*(F^(g*(e + f*x)))^n)^(p + 1), x], x] - Dist[b/a, Int[(c + d*x)^m*(F^(g*(e + f*x)
))^n*(a + b*(F^(g*(e + f*x)))^n)^p, x], x] /; FreeQ[{F, a, b, c, d, e, f, g, n}, x] && ILtQ[p, 0] && IGtQ[m, 0
]

Rule 2221

Int[(((F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)*((c_.) + (d_.)*(x_))^(m_.))/((a_) + (b_.)*((F_)^((g_.)*((e_.) +
 (f_.)*(x_))))^(n_.)), x_Symbol] :> Simp[((c + d*x)^m/(b*f*g*n*Log[F]))*Log[1 + b*((F^(g*(e + f*x)))^n/a)], x]
 - Dist[d*(m/(b*f*g*n*Log[F])), Int[(c + d*x)^(m - 1)*Log[1 + b*((F^(g*(e + f*x)))^n/a)], x], x] /; FreeQ[{F,
a, b, c, d, e, f, g, n}, x] && IGtQ[m, 0]

Rule 2222

Int[((F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)*((a_.) + (b_.)*((F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.))^(p_.)*
((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[(c + d*x)^m*((a + b*(F^(g*(e + f*x)))^n)^(p + 1)/(b*f*g*n*(p + 1
)*Log[F])), x] - Dist[d*(m/(b*f*g*n*(p + 1)*Log[F])), Int[(c + d*x)^(m - 1)*(a + b*(F^(g*(e + f*x)))^n)^(p + 1
), x], x] /; FreeQ[{F, a, b, c, d, e, f, g, m, n, p}, x] && NeQ[p, -1]

Rule 2317

Int[Log[(a_) + (b_.)*((F_)^((e_.)*((c_.) + (d_.)*(x_))))^(n_.)], x_Symbol] :> Dist[1/(d*e*n*Log[F]), Subst[Int
[Log[a + b*x]/x, x], x, (F^(e*(c + d*x)))^n], x] /; FreeQ[{F, a, b, c, d, e, n}, x] && GtQ[a, 0]

Rule 2320

Int[u_, x_Symbol] :> With[{v = FunctionOfExponential[u, x]}, Dist[v/D[v, x], Subst[Int[FunctionOfExponentialFu
nction[u, x]/x, x], x, v], x]] /; FunctionOfExponentialQ[u, x] &&  !MatchQ[u, (w_)*((a_.)*(v_)^(n_))^(m_) /; F
reeQ[{a, m, n}, x] && IntegerQ[m*n]] &&  !MatchQ[u, E^((c_.)*((a_.) + (b_.)*x))*(F_)[v_] /; FreeQ[{a, b, c}, x
] && InverseFunctionQ[F[x]]]

Rule 2438

Int[Log[(c_.)*((d_) + (e_.)*(x_)^(n_.))]/(x_), x_Symbol] :> Simp[-PolyLog[2, (-c)*e*x^n]/n, x] /; FreeQ[{c, d,
 e, n}, x] && EqQ[c*d, 1]

Rubi steps

\begin {align*} \int \frac {c+d x}{\left (a+b \left (F^{g (e+f x)}\right )^n\right )^3} \, dx &=\frac {\int \frac {c+d x}{\left (a+b \left (F^{g (e+f x)}\right )^n\right )^2} \, dx}{a}-\frac {b \int \frac {\left (F^{g (e+f x)}\right )^n (c+d x)}{\left (a+b \left (F^{g (e+f x)}\right )^n\right )^3} \, dx}{a}\\ &=\frac {c+d x}{2 a f \left (a+b \left (F^{g (e+f x)}\right )^n\right )^2 g n \log (F)}+\frac {\int \frac {c+d x}{a+b \left (F^{g (e+f x)}\right )^n} \, dx}{a^2}-\frac {b \int \frac {\left (F^{g (e+f x)}\right )^n (c+d x)}{\left (a+b \left (F^{g (e+f x)}\right )^n\right )^2} \, dx}{a^2}-\frac {d \int \frac {1}{\left (a+b \left (F^{g (e+f x)}\right )^n\right )^2} \, dx}{2 a f g n \log (F)}\\ &=\frac {(c+d x)^2}{2 a^3 d}+\frac {c+d x}{2 a f \left (a+b \left (F^{g (e+f x)}\right )^n\right )^2 g n \log (F)}+\frac {c+d x}{a^2 f \left (a+b \left (F^{g (e+f x)}\right )^n\right ) g n \log (F)}-\frac {b \int \frac {\left (F^{g (e+f x)}\right )^n (c+d x)}{a+b \left (F^{g (e+f x)}\right )^n} \, dx}{a^3}-\frac {d \text {Subst}\left (\int \frac {1}{x \left (a+b x^n\right )^2} \, dx,x,F^{g (e+f x)}\right )}{2 a f^2 g^2 n \log ^2(F)}-\frac {d \int \frac {1}{a+b \left (F^{g (e+f x)}\right )^n} \, dx}{a^2 f g n \log (F)}\\ &=\frac {(c+d x)^2}{2 a^3 d}+\frac {c+d x}{2 a f \left (a+b \left (F^{g (e+f x)}\right )^n\right )^2 g n \log (F)}+\frac {c+d x}{a^2 f \left (a+b \left (F^{g (e+f x)}\right )^n\right ) g n \log (F)}-\frac {(c+d x) \log \left (1+\frac {b \left (F^{g (e+f x)}\right )^n}{a}\right )}{a^3 f g n \log (F)}-\frac {d \text {Subst}\left (\int \frac {1}{x (a+b x)^2} \, dx,x,\left (F^{g (e+f x)}\right )^n\right )}{2 a f^2 g^2 n^2 \log ^2(F)}-\frac {d \text {Subst}\left (\int \frac {1}{x \left (a+b x^n\right )} \, dx,x,F^{g (e+f x)}\right )}{a^2 f^2 g^2 n \log ^2(F)}+\frac {d \int \log \left (1+\frac {b \left (F^{g (e+f x)}\right )^n}{a}\right ) \, dx}{a^3 f g n \log (F)}\\ &=\frac {(c+d x)^2}{2 a^3 d}+\frac {c+d x}{2 a f \left (a+b \left (F^{g (e+f x)}\right )^n\right )^2 g n \log (F)}+\frac {c+d x}{a^2 f \left (a+b \left (F^{g (e+f x)}\right )^n\right ) g n \log (F)}-\frac {(c+d x) \log \left (1+\frac {b \left (F^{g (e+f x)}\right )^n}{a}\right )}{a^3 f g n \log (F)}+\frac {d \text {Subst}\left (\int \frac {\log \left (1+\frac {b x}{a}\right )}{x} \, dx,x,\left (F^{g (e+f x)}\right )^n\right )}{a^3 f^2 g^2 n^2 \log ^2(F)}-\frac {d \text {Subst}\left (\int \frac {1}{x (a+b x)} \, dx,x,\left (F^{g (e+f x)}\right )^n\right )}{a^2 f^2 g^2 n^2 \log ^2(F)}-\frac {d \text {Subst}\left (\int \left (\frac {1}{a^2 x}-\frac {b}{a (a+b x)^2}-\frac {b}{a^2 (a+b x)}\right ) \, dx,x,\left (F^{g (e+f x)}\right )^n\right )}{2 a f^2 g^2 n^2 \log ^2(F)}\\ &=\frac {(c+d x)^2}{2 a^3 d}-\frac {d}{2 a^2 f^2 \left (a+b \left (F^{g (e+f x)}\right )^n\right ) g^2 n^2 \log ^2(F)}-\frac {d x}{2 a^3 f g n \log (F)}+\frac {c+d x}{2 a f \left (a+b \left (F^{g (e+f x)}\right )^n\right )^2 g n \log (F)}+\frac {c+d x}{a^2 f \left (a+b \left (F^{g (e+f x)}\right )^n\right ) g n \log (F)}+\frac {d \log \left (a+b \left (F^{g (e+f x)}\right )^n\right )}{2 a^3 f^2 g^2 n^2 \log ^2(F)}-\frac {(c+d x) \log \left (1+\frac {b \left (F^{g (e+f x)}\right )^n}{a}\right )}{a^3 f g n \log (F)}-\frac {d \text {Li}_2\left (-\frac {b \left (F^{g (e+f x)}\right )^n}{a}\right )}{a^3 f^2 g^2 n^2 \log ^2(F)}-\frac {d \text {Subst}\left (\int \frac {1}{x} \, dx,x,\left (F^{g (e+f x)}\right )^n\right )}{a^3 f^2 g^2 n^2 \log ^2(F)}+\frac {(b d) \text {Subst}\left (\int \frac {1}{a+b x} \, dx,x,\left (F^{g (e+f x)}\right )^n\right )}{a^3 f^2 g^2 n^2 \log ^2(F)}\\ &=\frac {(c+d x)^2}{2 a^3 d}-\frac {d}{2 a^2 f^2 \left (a+b \left (F^{g (e+f x)}\right )^n\right ) g^2 n^2 \log ^2(F)}-\frac {3 d x}{2 a^3 f g n \log (F)}+\frac {c+d x}{2 a f \left (a+b \left (F^{g (e+f x)}\right )^n\right )^2 g n \log (F)}+\frac {c+d x}{a^2 f \left (a+b \left (F^{g (e+f x)}\right )^n\right ) g n \log (F)}+\frac {3 d \log \left (a+b \left (F^{g (e+f x)}\right )^n\right )}{2 a^3 f^2 g^2 n^2 \log ^2(F)}-\frac {(c+d x) \log \left (1+\frac {b \left (F^{g (e+f x)}\right )^n}{a}\right )}{a^3 f g n \log (F)}-\frac {d \text {Li}_2\left (-\frac {b \left (F^{g (e+f x)}\right )^n}{a}\right )}{a^3 f^2 g^2 n^2 \log ^2(F)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [F]
time = 0.94, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {c+d x}{\left (a+b \left (F^{g (e+f x)}\right )^n\right )^3} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[(c + d*x)/(a + b*(F^(g*(e + f*x)))^n)^3,x]

[Out]

Integrate[(c + d*x)/(a + b*(F^(g*(e + f*x)))^n)^3, x]

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(667\) vs. \(2(266)=532\).
time = 0.03, size = 668, normalized size = 2.42

method result size
risch \(\frac {2 \left (F^{g \left (f x +e \right )}\right )^{n} \ln \left (F \right ) b d f g n x +3 \ln \left (F \right ) a d f g n x +2 \left (F^{g \left (f x +e \right )}\right )^{n} \ln \left (F \right ) b c f g n +3 c \ln \left (F \right ) a f g n -\left (F^{g \left (f x +e \right )}\right )^{n} b d -a d}{2 n^{2} g^{2} f^{2} \ln \left (F \right )^{2} a^{2} \left (a +b \left (F^{g \left (f x +e \right )}\right )^{n}\right )^{2}}-\frac {3 d \ln \left (F^{n g f x} F^{-n g f x} \left (F^{g \left (f x +e \right )}\right )^{n}\right )}{2 a^{3} n^{2} g^{2} f^{2} \ln \left (F \right )^{2}}+\frac {3 d \ln \left (a +b \,F^{n g f x} F^{-n g f x} \left (F^{g \left (f x +e \right )}\right )^{n}\right )}{2 a^{3} n^{2} g^{2} f^{2} \ln \left (F \right )^{2}}+\frac {c \ln \left (F^{n g f x} F^{-n g f x} \left (F^{g \left (f x +e \right )}\right )^{n}\right )}{a^{3} n g f \ln \left (F \right )}-\frac {c \ln \left (a +b \,F^{n g f x} F^{-n g f x} \left (F^{g \left (f x +e \right )}\right )^{n}\right )}{a^{3} n g f \ln \left (F \right )}-\frac {d \polylog \left (2, -\frac {b \,F^{n g f x} F^{-n g f x} \left (F^{g \left (f x +e \right )}\right )^{n}}{a}\right )}{a^{3} n^{2} g^{2} f^{2} \ln \left (F \right )^{2}}-\frac {d \ln \left (1+\frac {b \,F^{n g f x} F^{-n g f x} \left (F^{g \left (f x +e \right )}\right )^{n}}{a}\right ) \ln \left (F^{g \left (f x +e \right )}\right )}{a^{3} n \,g^{2} f^{2} \ln \left (F \right )^{2}}+\frac {d \ln \left (F^{n g f x} F^{-n g f x} \left (F^{g \left (f x +e \right )}\right )^{n}\right ) x}{a^{3} n g f \ln \left (F \right )}-\frac {d \ln \left (F^{n g f x} F^{-n g f x} \left (F^{g \left (f x +e \right )}\right )^{n}\right ) \ln \left (F^{g \left (f x +e \right )}\right )}{a^{3} n \,g^{2} f^{2} \ln \left (F \right )^{2}}-\frac {d \ln \left (a +b \,F^{n g f x} F^{-n g f x} \left (F^{g \left (f x +e \right )}\right )^{n}\right ) x}{a^{3} n g f \ln \left (F \right )}+\frac {d \ln \left (a +b \,F^{n g f x} F^{-n g f x} \left (F^{g \left (f x +e \right )}\right )^{n}\right ) \ln \left (F^{g \left (f x +e \right )}\right )}{a^{3} n \,g^{2} f^{2} \ln \left (F \right )^{2}}+\frac {d \ln \left (F^{g \left (f x +e \right )}\right )^{2}}{2 a^{3} g^{2} f^{2} \ln \left (F \right )^{2}}\) \(668\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x+c)/(a+b*(F^(g*(f*x+e)))^n)^3,x,method=_RETURNVERBOSE)

[Out]

1/2*(2*(F^(g*(f*x+e)))^n*ln(F)*b*d*f*g*n*x+3*ln(F)*a*d*f*g*n*x+2*(F^(g*(f*x+e)))^n*ln(F)*b*c*f*g*n+3*c*ln(F)*a
*f*g*n-(F^(g*(f*x+e)))^n*b*d-a*d)/n^2/g^2/f^2/ln(F)^2/a^2/(a+b*(F^(g*(f*x+e)))^n)^2-3/2/a^3/n^2/g^2/f^2/ln(F)^
2*d*ln(F^(n*g*f*x)*F^(-n*g*f*x)*(F^(g*(f*x+e)))^n)+3/2/a^3/n^2/g^2/f^2/ln(F)^2*d*ln(a+b*F^(n*g*f*x)*F^(-n*g*f*
x)*(F^(g*(f*x+e)))^n)+1/a^3/n/g/f/ln(F)*c*ln(F^(n*g*f*x)*F^(-n*g*f*x)*(F^(g*(f*x+e)))^n)-1/a^3/n/g/f/ln(F)*c*l
n(a+b*F^(n*g*f*x)*F^(-n*g*f*x)*(F^(g*(f*x+e)))^n)-1/a^3/n^2/g^2/f^2/ln(F)^2*d*polylog(2,-b*F^(n*g*f*x)*F^(-n*g
*f*x)*(F^(g*(f*x+e)))^n/a)-1/a^3/n/g^2/f^2/ln(F)^2*d*ln(1+b*F^(n*g*f*x)*F^(-n*g*f*x)*(F^(g*(f*x+e)))^n/a)*ln(F
^(g*(f*x+e)))+1/a^3/n/g/f/ln(F)*d*ln(F^(n*g*f*x)*F^(-n*g*f*x)*(F^(g*(f*x+e)))^n)*x-1/a^3/n/g^2/f^2/ln(F)^2*d*l
n(F^(n*g*f*x)*F^(-n*g*f*x)*(F^(g*(f*x+e)))^n)*ln(F^(g*(f*x+e)))-1/a^3/n/g/f/ln(F)*d*ln(a+b*F^(n*g*f*x)*F^(-n*g
*f*x)*(F^(g*(f*x+e)))^n)*x+1/a^3/n/g^2/f^2/ln(F)^2*d*ln(a+b*F^(n*g*f*x)*F^(-n*g*f*x)*(F^(g*(f*x+e)))^n)*ln(F^(
g*(f*x+e)))+1/2/a^3/g^2/f^2/ln(F)^2*d*ln(F^(g*(f*x+e)))^2

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)/(a+b*(F^(g*(f*x+e)))^n)^3,x, algorithm="maxima")

[Out]

1/2*d*((3*a*f*g*n*x*log(F) + (2*F^(g*n*e)*b*f*g*n*x*log(F) - F^(g*n*e)*b)*F^(f*g*n*x) - a)/(2*F^(f*g*n*x)*F^(g
*n*e)*a^3*b*f^2*g^2*n^2*log(F)^2 + F^(2*f*g*n*x)*F^(2*g*n*e)*a^2*b^2*f^2*g^2*n^2*log(F)^2 + a^4*f^2*g^2*n^2*lo
g(F)^2) + 2*integrate(1/2*(2*f*g*n*x*log(F) - 3)/(F^(f*g*n*x)*F^(g*n*e)*a^2*b*f*g*n*log(F) + a^3*f*g*n*log(F))
, x)) + 1/2*c*((2*F^(f*g*n*x + g*n*e)*b + 3*a)/((2*F^(f*g*n*x + g*n*e)*a^3*b + F^(2*f*g*n*x + 2*g*n*e)*a^2*b^2
 + a^4)*f*g*n*log(F)) + 2*(f*g*n*x + g*n*e)/(a^3*f*g*n) - 2*log(F^(f*g*n*x + g*n*e)*b + a)/(a^3*f*g*n*log(F)))

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 738 vs. \(2 (271) = 542\).
time = 0.37, size = 738, normalized size = 2.67 \begin {gather*} -\frac {a^{2} d - {\left (a^{2} d f^{2} g^{2} n^{2} x^{2} + 2 \, a^{2} c f^{2} g^{2} n^{2} x + 2 \, a^{2} c f g^{2} n^{2} e - a^{2} d g^{2} n^{2} e^{2}\right )} \log \left (F\right )^{2} - {\left ({\left (b^{2} d f^{2} g^{2} n^{2} x^{2} + 2 \, b^{2} c f^{2} g^{2} n^{2} x + 2 \, b^{2} c f g^{2} n^{2} e - b^{2} d g^{2} n^{2} e^{2}\right )} \log \left (F\right )^{2} - 3 \, {\left (b^{2} d f g n x + b^{2} d g n e\right )} \log \left (F\right )\right )} F^{2 \, f g n x + 2 \, g n e} + {\left (a b d - 2 \, {\left (a b d f^{2} g^{2} n^{2} x^{2} + 2 \, a b c f^{2} g^{2} n^{2} x + 2 \, a b c f g^{2} n^{2} e - a b d g^{2} n^{2} e^{2}\right )} \log \left (F\right )^{2} + 2 \, {\left (2 \, a b d f g n x - a b c f g n + 3 \, a b d g n e\right )} \log \left (F\right )\right )} F^{f g n x + g n e} + 2 \, {\left (2 \, F^{f g n x + g n e} a b d + F^{2 \, f g n x + 2 \, g n e} b^{2} d + a^{2} d\right )} {\rm Li}_2\left (-\frac {F^{f g n x + g n e} b + a}{a} + 1\right ) - {\left (3 \, a^{2} d + {\left (3 \, b^{2} d - 2 \, {\left (b^{2} c f g n - b^{2} d g n e\right )} \log \left (F\right )\right )} F^{2 \, f g n x + 2 \, g n e} + 2 \, {\left (3 \, a b d - 2 \, {\left (a b c f g n - a b d g n e\right )} \log \left (F\right )\right )} F^{f g n x + g n e} - 2 \, {\left (a^{2} c f g n - a^{2} d g n e\right )} \log \left (F\right )\right )} \log \left (F^{f g n x + g n e} b + a\right ) - 3 \, {\left (a^{2} c f g n - a^{2} d g n e\right )} \log \left (F\right ) + 2 \, {\left ({\left (b^{2} d f g n x + b^{2} d g n e\right )} F^{2 \, f g n x + 2 \, g n e} \log \left (F\right ) + 2 \, {\left (a b d f g n x + a b d g n e\right )} F^{f g n x + g n e} \log \left (F\right ) + {\left (a^{2} d f g n x + a^{2} d g n e\right )} \log \left (F\right )\right )} \log \left (\frac {F^{f g n x + g n e} b + a}{a}\right )}{2 \, {\left (2 \, F^{f g n x + g n e} a^{4} b f^{2} g^{2} n^{2} \log \left (F\right )^{2} + F^{2 \, f g n x + 2 \, g n e} a^{3} b^{2} f^{2} g^{2} n^{2} \log \left (F\right )^{2} + a^{5} f^{2} g^{2} n^{2} \log \left (F\right )^{2}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)/(a+b*(F^(g*(f*x+e)))^n)^3,x, algorithm="fricas")

[Out]

-1/2*(a^2*d - (a^2*d*f^2*g^2*n^2*x^2 + 2*a^2*c*f^2*g^2*n^2*x + 2*a^2*c*f*g^2*n^2*e - a^2*d*g^2*n^2*e^2)*log(F)
^2 - ((b^2*d*f^2*g^2*n^2*x^2 + 2*b^2*c*f^2*g^2*n^2*x + 2*b^2*c*f*g^2*n^2*e - b^2*d*g^2*n^2*e^2)*log(F)^2 - 3*(
b^2*d*f*g*n*x + b^2*d*g*n*e)*log(F))*F^(2*f*g*n*x + 2*g*n*e) + (a*b*d - 2*(a*b*d*f^2*g^2*n^2*x^2 + 2*a*b*c*f^2
*g^2*n^2*x + 2*a*b*c*f*g^2*n^2*e - a*b*d*g^2*n^2*e^2)*log(F)^2 + 2*(2*a*b*d*f*g*n*x - a*b*c*f*g*n + 3*a*b*d*g*
n*e)*log(F))*F^(f*g*n*x + g*n*e) + 2*(2*F^(f*g*n*x + g*n*e)*a*b*d + F^(2*f*g*n*x + 2*g*n*e)*b^2*d + a^2*d)*dil
og(-(F^(f*g*n*x + g*n*e)*b + a)/a + 1) - (3*a^2*d + (3*b^2*d - 2*(b^2*c*f*g*n - b^2*d*g*n*e)*log(F))*F^(2*f*g*
n*x + 2*g*n*e) + 2*(3*a*b*d - 2*(a*b*c*f*g*n - a*b*d*g*n*e)*log(F))*F^(f*g*n*x + g*n*e) - 2*(a^2*c*f*g*n - a^2
*d*g*n*e)*log(F))*log(F^(f*g*n*x + g*n*e)*b + a) - 3*(a^2*c*f*g*n - a^2*d*g*n*e)*log(F) + 2*((b^2*d*f*g*n*x +
b^2*d*g*n*e)*F^(2*f*g*n*x + 2*g*n*e)*log(F) + 2*(a*b*d*f*g*n*x + a*b*d*g*n*e)*F^(f*g*n*x + g*n*e)*log(F) + (a^
2*d*f*g*n*x + a^2*d*g*n*e)*log(F))*log((F^(f*g*n*x + g*n*e)*b + a)/a))/(2*F^(f*g*n*x + g*n*e)*a^4*b*f^2*g^2*n^
2*log(F)^2 + F^(2*f*g*n*x + 2*g*n*e)*a^3*b^2*f^2*g^2*n^2*log(F)^2 + a^5*f^2*g^2*n^2*log(F)^2)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \frac {3 a c f g n \log {\left (F \right )} + 3 a d f g n x \log {\left (F \right )} - a d + \left (2 b c f g n \log {\left (F \right )} + 2 b d f g n x \log {\left (F \right )} - b d\right ) \left (F^{g \left (e + f x\right )}\right )^{n}}{2 a^{4} f^{2} g^{2} n^{2} \log {\left (F \right )}^{2} + 4 a^{3} b f^{2} g^{2} n^{2} \left (F^{g \left (e + f x\right )}\right )^{n} \log {\left (F \right )}^{2} + 2 a^{2} b^{2} f^{2} g^{2} n^{2} \left (F^{g \left (e + f x\right )}\right )^{2 n} \log {\left (F \right )}^{2}} + \frac {\int \left (- \frac {3 d}{a + b e^{e g n \log {\left (F \right )}} e^{f g n x \log {\left (F \right )}}}\right )\, dx + \int \frac {2 c f g n \log {\left (F \right )}}{a + b e^{e g n \log {\left (F \right )}} e^{f g n x \log {\left (F \right )}}}\, dx + \int \frac {2 d f g n x \log {\left (F \right )}}{a + b e^{e g n \log {\left (F \right )}} e^{f g n x \log {\left (F \right )}}}\, dx}{2 a^{2} f g n \log {\left (F \right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)/(a+b*(F**(g*(f*x+e)))**n)**3,x)

[Out]

(3*a*c*f*g*n*log(F) + 3*a*d*f*g*n*x*log(F) - a*d + (2*b*c*f*g*n*log(F) + 2*b*d*f*g*n*x*log(F) - b*d)*(F**(g*(e
 + f*x)))**n)/(2*a**4*f**2*g**2*n**2*log(F)**2 + 4*a**3*b*f**2*g**2*n**2*(F**(g*(e + f*x)))**n*log(F)**2 + 2*a
**2*b**2*f**2*g**2*n**2*(F**(g*(e + f*x)))**(2*n)*log(F)**2) + (Integral(-3*d/(a + b*exp(e*g*n*log(F))*exp(f*g
*n*x*log(F))), x) + Integral(2*c*f*g*n*log(F)/(a + b*exp(e*g*n*log(F))*exp(f*g*n*x*log(F))), x) + Integral(2*d
*f*g*n*x*log(F)/(a + b*exp(e*g*n*log(F))*exp(f*g*n*x*log(F))), x))/(2*a**2*f*g*n*log(F))

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)/(a+b*(F^(g*(f*x+e)))^n)^3,x, algorithm="giac")

[Out]

integrate((d*x + c)/((F^((f*x + e)*g))^n*b + a)^3, x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.00 \begin {gather*} \int \frac {c+d\,x}{{\left (a+b\,{\left (F^{g\,\left (e+f\,x\right )}\right )}^n\right )}^3} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c + d*x)/(a + b*(F^(g*(e + f*x)))^n)^3,x)

[Out]

int((c + d*x)/(a + b*(F^(g*(e + f*x)))^n)^3, x)

________________________________________________________________________________________